func testing.newChattyPrinter

5 uses

	testing (current package)
		benchmark.go#L728: 		main.chatty = newChattyPrinter(main.w)
		fuzz.go#L500: 				root.chatty = newChattyPrinter(root.w)
		fuzz.go#L580: 		root.chatty = newChattyPrinter(root.w)
		testing.go#L579: func newChattyPrinter(w io.Writer) *chattyPrinter {
		testing.go#L2473: 				t.chatty = newChattyPrinter(t.w)